Skip to content

pip(deps): update sqlalchemy-cockroachdb requirement from <2.0.2 to <2.0.3 #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Updates the requirements on sqlalchemy-cockroachdb to permit the latest version.

Changelog

Sourced from sqlalchemy-cockroachdb's changelog.

Version 2.0.2

January 10, 2023

  • Implement reflection for array types (#213)
  • Fix get_multi_columns() to support multiple table names in filter_array (#220)
  • Enhance foreign key reflection to accommodate quoting differences with PostgreSQL
  • Add psycopg (v3) support (#185)
  • Remove unconditional import of psycopg2 (#176)

Version 2.0.1

April 14, 2023

  • Enable AUTOCOMMIT isolation_level for SQLA 2.0 (#205)

Version 2.0.0

Released February 21, 2023

  • Applied dialect code and test changes for compatibility with SQLAlchemy 2.0. This version of the dialect requires SQLAlchemy 2.0, so to work with earlier versions of SQLAlchemy use pip install sqlalchemy-cockroachdb<2.0.0
  • Stopped sending telemetry data during startup.

Version 1.4.4

Released September 9, 2022

  • Added include_hidden option to get_columns() to enable reflection of columns like "rowid". (#173)
  • Added support for .with_hint() (patch courtesy of Jonathan Dieter)
  • Updated column introspection query to work with CockroachDB v22.2.

Version 1.4.3

Released December 10, 2021

  • Added preliminary support for asyncpg. See instructions in the README.

Version 1.4.2

Released October 21, 2021

  • Updated version telemetry to only report major/minor version of SQLAlchemy.

Version 1.4.1

Released October 12, 2021

  • Updated test suite to work with Alembic 1.7.

Version 1.4.0

Released July 29, 2021

  • Add telemetry to SQLAlchemy CockroachDB
  • Telemetry is enabled by default, set disable_cockroachdb_telemetry in create_engine's connect_args field to disable.
    • Example: engine = create_engine('cockroachdb://...', connect_args={"disable_cockroachdb_telemetry": True})

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sqlalchemy-cockroachdb](https://github.com/cockroachdb/sqlalchemy-cockroachdb) to permit the latest version.
- [Changelog](https://github.com/cockroachdb/sqlalchemy-cockroachdb/blob/master/CHANGES.md)
- [Commits](cockroachdb/sqlalchemy-cockroachdb@v1.3.0...v2.0.2)

---
updated-dependencies:
- dependency-name: sqlalchemy-cockroachdb
  dependency-version: 2.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip labels Jun 1, 2025
@devsetgo devsetgo merged commit 0991b0c into main Jun 10, 2025
10 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/sqlalchemy-cockroachdb-lt-2.0.3 branch June 10, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pip
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant